Added -lm to LDFLAGS
authorØyvind Kolås <ok@src.gnome.org>
Thu, 6 Jul 2006 22:01:16 +0000 (22:01 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 6 Jul 2006 22:01:16 +0000 (22:01 +0000)
ChangeLog
babl.pc.in

index 4ac32208df59d9f4229a997588bb6530048c0680..2b58e7d438d76bfdafd623d47a5f792d006dfda9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-06  Øyvind Kolås  <pippin@gimp.org>
+       
+       * babl.pc.in:  Added -lm to the list of libraries that need to be
+       linked along with babl.
+
 2006-06-24  Øyvind Kolås  <pippin@gimp.org>
 
        * babl.pc.in: stripped trailing /babl from CFLAGS include path.
index e30a276f957c8b22add0eda59ab0fab98c97a867..aa11ea8bded292d52b74d590887ff59629c0424b 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: babl
 Description: Dynamic; any to any, pixel format conversion library
 Version: @VERSION@
-Libs: -L${libdir} -lbabl -ldl
+Libs: -L${libdir} -lbabl -ldl -lm
 Cflags: -I${includedir}/@PACKAGE_NAME@-@BABL_API_VERSION@